Untitled.ipynb
No Headings
The table of contents shows headings in notebooks and supported files.
- File
- Edit
- View
- Run
- Kernel
- Settings
- Help
Kernel status: Idle
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
{0, 1, 8, 9, 10, 78, 20}
<class 'set'>
[12]:
{3, 4}[14]:
{1, 2, 3, 4, 5, 6}[16]:
{1, 2}[18]:
{5, 6}[20]:
s1.symmetric_difference(s2)
[20]:
{1, 2, 5, 6}[22]:
False
[28]:
True
[26]:
False
Welcome to aiml class We strated with python This is an awesome class
<class 'str'> <class 'str'> <class 'str'>
Welcome to aiml class
[38]:
'me to'
Welcome to aiml class
[40]:
['Welcome', 'to', 'aiml', 'class']
[42]:
'The product is awesome Great Service'
[44]:
str5 = " Hello, How are you? "
str5
[44]:
' Hello, How are you? '
[46]:
str5.upper()
[46]:
' HELLO, HOW ARE YOU? '
[50]:
str5.lower()
[50]:
' hello, how are you? '
str5.strip().upper()
[52]:
str5.strip().upper()
[52]:
'HELLO, HOW ARE YOU?'
[ ]:
Common Tools
No metadata.
Advanced Tools
No metadata.
Anaconda Assistant
4.1.0
Agree to use Assistant
Anaconda Assistant is an AI-powered chat application designed to enhance the productivity of data scientists, developers, and researchers.
Terms and Conditions
By clicking the continue button, you agree to our Terms and Conditions and Privacy Policy.
Confirm Your Age
I hereby confirm that I'm older than 13 years old.
Data Collection (Optional)
Not enabled
Help us improve the Anaconda Assistant. Enabling data collection means you acknowledge and agree that we can collect messages and metadata, including sensitive information that may be in your conversations with Anaconda Assistant.
You can opt out of this at any time in the settings menu.
![Python [conda env:base] *](./PYHTON_files/logo-64x64.png)